home *** CD-ROM | disk | FTP | other *** search
- #! /usr/bin/perl5
- print <<EndOfFile;
- Content-type: text/html
-
- <H1>Filesystem Configuration</H1>
- <P>
- <b>Mount:</b> Use these pages to configure hard disks and other secondary
- storage media to be mounted at system startup. These may
- include remote filesystems using the NFS (Network File
- System) protocol.
- </P>
- <P>
- <b>Export:</b> Subdirectories of the UNIX filesystem may be tagged for
- export so that other machines on the network can mount them as part of
- their filesystem (part of the NFS protocol.)
- </P>
- <P>Use these forms to configure the mounting and export of filesystems:</P>
- <UL>
- <LI><A HREF="index.nfs1.shtml" TARGET="left">Export Filesystems</A>
- <LI><A HREF="index.nfs2.shtml" TARGET="left">Mount Filesystems</A>
- </UL>
- EndOfFile
-